home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 December / Software of the Month Club 1996 December.iso / pc / dos / biz / ticklex / setup.bat < prev    next >
Encoding:
DOS Batch File  |  1994-07-23  |  768 b   |  26 lines

  1. echo off
  2. cls
  3. echo TickleX will be installed into a  MANAGEX directory on this disk.  If this
  4. echo disk doesn't have 2MB of free space,  press Control-C to abort; otherwise,
  5. pause
  6. cls
  7. md \MANAGEX
  8. cls
  9. copy *.* \MANAGEX
  10. cd\MANAGEX
  11. cls
  12. ticklex t all
  13. ticklex p
  14. ticklex w
  15. ticklex m
  16. cls
  17. echo Now, go back to the directory that originally contained the TickleX files
  18. echo (before they were copied to the MANAGEX directory) and erase them.
  19. echo .
  20. echo .
  21. echo To use TickleX, always go to the MANAGEX directory on this disk and enter
  22. echo "TX xxx"  (where xxx are your initials).   For example,  if your initials
  23. echo were ABC,  you would enter "TX ABC"  (without the quotes) to use TickleX.
  24. echo .
  25. echo .
  26.